home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Swimsuit Review 95
/
Swimsuit Review 95.iso
/
mac
/
Data
/
swim24.DIR
/
00034_Script_34
< prev
next >
Wrap
Text File
|
1995-07-13
|
616b
|
27 lines
--Slideshow Female
on mouseDown
global MC
put mouseCast() into MC
repeat while stillDown() = 1
if mouseCast() = MC then
set the castNum of sprite 3 to MC +1
updateStage
next repeat
end if
if (mouseCast() <> MC + 1) then set the castNum of sprite 3 to MC
updateStage
end repeat
end
on mouseUp
global MC
set the castNum of sprite 3 to 47
updateStage
if the mouseCast = 47 or the mouseCast = 48 then
sound stop 1
sound playFile 1, "Click.AIF"
go to frame "Slideshow Female"
end if
end